home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / We-Blocker / weblock.exe / Winkb6.exe / 0 / RCDATA / TPOPFORM / TPOPFORM.txt < prev   
Encoding:
Text File  |  2000-06-08  |  1.2 KB  |  56 lines

  1. object PopForm: TPopForm
  2.   Left = 444
  3.   Top = 348
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Confirm'
  7.   ClientHeight = 118
  8.   ClientWidth = 437
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = False
  18.   OnActivate = FormActivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 0
  23.     Top = 18
  24.     Width = 437
  25.     Height = 31
  26.     Alignment = taCenter
  27.     AutoSize = False
  28.     Caption = 'Would you like to download updates from our We-Blocker server?'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -13
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     WordWrap = True
  36.   end
  37.   object Button1: TButton
  38.     Left = 234
  39.     Top = 72
  40.     Width = 97
  41.     Height = 31
  42.     Caption = 'No'
  43.     TabOrder = 0
  44.     OnClick = Button1Click
  45.   end
  46.   object Button2: TButton
  47.     Left = 120
  48.     Top = 72
  49.     Width = 91
  50.     Height = 31
  51.     Caption = 'Yes'
  52.     TabOrder = 1
  53.     OnClick = Button2Click
  54.   end
  55. end
  56.